-
Notifications
You must be signed in to change notification settings - Fork 201
FIX: analyze_from_zero #6425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX: analyze_from_zero #6425
Conversation
|
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6425 +/- ##
=======================================
Coverage 83.48% 83.49%
=======================================
Files 245 245
Lines 77503 77506 +3
=======================================
+ Hits 64706 64716 +10
+ Misses 12797 12790 -7 🚀 New features to boost your workflow:
|
nunesanderson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gmalinve
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anur7 see my comments.
Co-authored-by: Giulia Malinverno <[email protected]>
# Conflicts: # tests/system/general/test_27_Maxwell2D.py
SMoraisAnsys
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just à minor comment
Description
This PR fixes the bug in analyze_from_zero() method in maxwell.py.
The missing unit test of the will also be added in this PR.
Issue linked
Issue #6404
Checklist